From 5ccf654cb846b5b088369241905ed8ec1458405e Mon Sep 17 00:00:00 2001 From: Evgen Druzhynin Date: Thu, 19 Oct 2017 13:36:52 +0300 Subject: [PATCH] Fix documentation for package.readme option. --- src/doc/book/src/reference/manifest.md | 1 + src/doc/manifest.md | 1 + 2 files changed, 2 insertions(+) diff --git a/src/doc/book/src/reference/manifest.md b/src/doc/book/src/reference/manifest.md index 6a79c7a1b..b10eecaaf 100644 --- a/src/doc/book/src/reference/manifest.md +++ b/src/doc/book/src/reference/manifest.md @@ -155,6 +155,7 @@ repository = "..." # This points to a file under the package root (relative to this `Cargo.toml`). # The contents of this file are stored and indexed in the registry. +# crates.io will render this file and place the result on the crate's page. readme = "..." # This is a list of up to five keywords that describe this crate. Keywords diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 6dbed298c..a8b4a306c 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -152,6 +152,7 @@ repository = "..." # This points to a file under the package root (relative to this `Cargo.toml`). # The contents of this file are stored and indexed in the registry. +# crates.io will render this file and place the result on the crate's page. readme = "..." # This is a list of up to five keywords that describe this crate. Keywords -- 2.30.2